Fix bug #11094 with cursor display on display string after invisible text.
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 08:00:08 +0000 (11:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 08:00:08 +0000 (11:00 +0300)
commitccdce87dd1118b2d503e9a20cc52b8d1daea55f1
treeef0dfe57a860348f378caef99a00765c1e19bacd
parenta8876101792c1493b5b5995db81fb93c89d015cf
Fix bug #11094 with cursor display on display string after invisible text.

 src/xdisp.c (set_cursor_from_row): If the display string appears in
 the buffer at position that is closer to point than the position
 after the display string, display the cursor on the first glyph of
 the display string.  Fixes cursor display when a 'display' text
 property immediately follows invisible text.
src/ChangeLog
src/xdisp.c